home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / prog / gnu-c / src / gcc-2.7.0-amiga / config / sparc / sun4o3.h < prev    next >
C/C++ Source or Header  |  1994-01-31  |  276b  |  11 lines

  1. #include "sparc/sparc.h"
  2.  
  3. #undef FUNCTION_PROFILER
  4. #define FUNCTION_PROFILER(FILE, LABELNO)  \
  5.   fprintf (FILE, "\tsethi %%hi(LP%d),%%o0\n\tcall .mcount\n\tor %%lo(LP%d),%%o0,%%o0\n", \
  6.        (LABELNO), (LABELNO))
  7.  
  8. /* LINK_SPEC is needed only for Sunos 4.  */
  9.  
  10. #undef LINK_SPEC
  11.